home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / IC++ 1.0b2 / Readme < prev   
Text File  |  1996-07-03  |  1KB  |  30 lines

  1. IC++, a C++ interface to InternetConfig
  2. Version 1.0b2
  3. 6/10/1996
  4. by Dan Crevier
  5. <mailto:dan@rhino.harvard.edu>
  6.  
  7. Introduction
  8.  
  9.      IC++ is a C++ class for working with Internet Config.
  10.      IC++ is free to use, but I'd appreciate any bug fixes or additional functionality.
  11.  
  12. Usage
  13.  
  14.      The ICTest.cpp file provides a demo of how to use CInternetConfig.  It should be pretty easy to figure out.
  15.  
  16. Release Notes
  17.  
  18. Version 1.0b2 -- 6/10/96
  19.      • Added some code from Jerry Aman and Tom Emerson
  20.      • Added the Start() function, which you must call before performing any functions with CInternetConfig
  21.      • Got rid of the check in the constructor to see if it's installed.  It was really only checking to see if the component was installed, and if you link with the glue, the component isn't necessary.
  22.      • Added a large number of functions for getting different preferences
  23.  
  24. Version 1.0b1 -- 11/29/95
  25.      • First public release.
  26.  
  27. Dan Crevier
  28. <mailto:dan@rhino.harvard.edu>
  29. <http://rhino.harvard.edu/dan/home.html>
  30.